projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b1c918
)
gtkfilechooserbutton: fix documentation typo
author
Claudio Saavedra
<csaavedra@igalia.com>
Thu, 20 Jun 2013 08:47:37 +0000
(11:47 +0300)
committer
Claudio Saavedra
<csaavedra@igalia.com>
Thu, 20 Jun 2013 08:48:51 +0000
(11:48 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=702695
gtk/gtkfilechooserbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserbutton.c
b/gtk/gtkfilechooserbutton.c
index 8c744ce8fdf2dcade7dfb5c13f5369c10bf4059f..c2c686f3b2f9afdf4eaa08012fb86943cd5eb3fd 100644
(file)
--- a/
gtk/gtkfilechooserbutton.c
+++ b/
gtk/gtkfilechooserbutton.c
@@
-89,7
+89,7
@@
*
* <important>
* The #GtkFileChooserButton will ellipsize the label,
- * and
thus
will thus request little horizontal space. To give the button
+ * and will thus request little horizontal space. To give the button
* more space, you should call gtk_widget_get_preferred_size(),
* gtk_file_chooser_button_set_width_chars(), or pack the button in
* such a way that other interface elements give space to the widget.